google.golang.org/grpc/internal/transport.bufConn.Write (method, view implemented interface methods)

17 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L431: 	n, err := t.conn.Write(clientPreface)

	crypto/tls
		conn.go#L954: 	n, err := c.conn.Write(data)
		conn.go#L964: 	n, err := c.conn.Write(c.sendBuf)

	github.com/jackc/pgx/v5/pgconn
		pgconn.go#L1150: 	if _, err := cancelConn.Write(buf); err != nil {
		pgconn.go#L2041: 		return pgConn.conn.Write(buf)

	golang.org/x/net/http2
		http2.go#L327: 		return conn.Write(p)
		http2.go#L331: 		nn, err := conn.Write(p[n:])

	net
		dnsclient_unix.go#L110: 	if _, err := c.Write(b); err != nil {
		dnsclient_unix.go#L137: 	if _, err := c.Write(b); err != nil {
		net.go#L133: 	Write(b []byte) (n int, err error)

	net/http
		h2_bundle.go#L3771: 		return conn.Write(p)
		h2_bundle.go#L3775: 		nn, err := conn.Write(p[n:])
		server.go#L4010: 	n, err = c.Conn.Write(p)
		server.go#L4037: 	n, err = w.c.rwc.Write(p)
		socks_bundle.go#L70: 	if _, ctxErr = c.Write(b); ctxErr != nil {
		socks_bundle.go#L111: 	if _, ctxErr = c.Write(b); ctxErr != nil {
		transport.go#L2010: 	n, err = w.pc.conn.Write(p)